import OpenGL
OpenGL helpers
Helper functions to setup OpenGL for simple compute workloads
OpenGL.__version__
'3.1.7'
computeShader
computeShader (src)
createTexture
createTexture (w, h, texid=0, fmt=None, output=True, src=None)
downloadTextureFloat
downloadTextureFloat (texture, w, h)
downloadTexture
downloadTexture (texture, w, h)
showShaderDisassembly
showShaderDisassembly (source)
showLastShaderDisassembly
showLastShaderDisassembly ()